XML Einrichten Version 1.3
MessageVersion Complex Type
XML Einrichten Version 1.3 : MessageVersion Complex Type
Description
Contains information about the definition and version number of the message
Namespace (none)
Diagram
WorkflowAdditonalDocs Element WorkflowDestination Element WorkflowType Element VersionNo Element VersionName Element Sequence MessageVersion Complex Type
Overview
MessageVersion
Contains information about the definition and version number of the message
Sequence
VersionName Restriction of xs:string
Name of the message format
VersionNo Restriction of xs:string
Message definition version number
WorkflowType optional Restriction of xs:string
Notes on process type based on order message
"" = Default
P = planning order
K = kitchen order
E = Order only with GTIN (EAN) numbers
T = text order without clear article IDs
XCR = variant order from XcalibuR
XCRK= Copy of a variant order from XcalibuR - only transferred to the IWOfurn platform
COMP= Complaint
EUDR= Order only for EUDR handling without transfer to industry or portal
WorkflowDestination optional WorkflowDestination Simple Type
Notes on the process type in relation to the delivery process
L = Stock
CD = Cross docking
D = Dropshipping
WorkflowAdditonalDocs optional
List of additional messages to be generated from this document
R = Invoice to the endconsumer
L = delivery note
A = Address label
#..# = All combinations from above possible
Used By
VersionNumber Element
VersionNumber Element
VersionNumber Element
VersionNumber Element
VersionNumber Element
VersionNumber Element
VersionNumber Element
VersionNumber Element
VersionNumber Element
VersionNumber Element
Source
<xs:complexType name="MessageVersion" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation xml:lang="de">Beinhaltet Information zur Definition und Versionsnummer der Nachricht</xs:documentation>
    <xs:documentation xml:lang="en">Contains information about the definition and version number of the message</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="VersionName" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="de">Bezeichung des Nachrichtenformats</xs:documentation>
        <xs:documentation xml:lang="en">Name of the message format</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="35" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="VersionNo" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="de">Versionsnummer der Nachrichtendefinition</xs:documentation>
        <xs:documentation xml:lang="en">Message definition version number</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="10" />
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="WorkflowType" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="de">
          <b>Hinweise zum Prozesstyp in Bezug auf die Bestellnachricht</b>
          <br />
                        ""  = Standard<br />
                        P   = Planungsauftrag<br />
                        K   = Küchenauftrag<br />
                        E   = Auftrag ausschließlich mit GTIN (EAN) Nummern<br />
                        T   = Textauftrag ohne eindeutige Artikelidents<br />
            XCR  = Variantenauftrag aus XcalibuR<br />
            XCRK= Kopie eines Variantenauftrag aus XcalibuR - nur an die IWOfurn Plattform übertragen<br />
            COMP= Reklamation<br />
            EUDR= Bestellung nur für EUDR Handling, ohne Weitergabe an die Industrie oder das Portal<br /></xs:documentation>
        <xs:documentation xml:lang="en">
          <b>Notes on process type based on order message</b>
          <br />
                        "" = Default<br />
                        P = planning order<br />
                        K = kitchen order<br />
                        E = Order only with GTIN (EAN) numbers<br />
                        T = text order without clear article IDs<br />
            XCR = variant order from XcalibuR<br />
            XCRK= Copy of a variant order from XcalibuR - only transferred to the IWOfurn platform<br />
            COMP= Complaint<br />
            EUDR= Order only for EUDR handling without transfer to industry or portal<br /></xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:maxLength value="10" />
          <!-- <xs:enumeration value=" "> </xs:enumeration> -->
          <!-- <xs:enumeration value="P"> </xs:enumeration> -->
          <!-- <xs:enumeration value="K"> </xs:enumeration> -->
          <!-- <xs:enumeration value="E"> </xs:enumeration> -->
          <!-- <xs:enumeration value="T"> </xs:enumeration> -->
          <!-- <xs:enumeration value="XCR"> </xs:enumeration> -->
          <!-- <xs:enumeration value="XCRK"> </xs:enumeration> -->
          <!-- <xs:enumeration value="COMP"> </xs:enumeration> -->
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="WorkflowDestination" type="WorkflowDestination" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="de">
          <b>Hinweise zum Prozesstyp in Bezug auf den Lieferprozess</b>
          <br />
                        L   = Lager<br />
                        CD   = Cross docking<br />
                        D   = Dropshipping<br /></xs:documentation>
        <xs:documentation xml:lang="en">
          <b>Notes on the process type in relation to the delivery process</b>
          <br />
                        L   = Stock<br />
                        CD   = Cross docking<br />
                        D   = Dropshipping<br /></xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="WorkflowAdditonalDocs" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="de">
          <b>Liste an zusätzlichen Nachichten, die aus diesem Dokument erzeugt werden sollen</b>
          <br />
                        R = Rechnung an den Endkunden<br />
                        L = Lieferschein<br />
                        A = Adressaufkleber<br />
                        #..# = Alle Kombinationen aus oben möglich<br /></xs:documentation>
        <xs:documentation xml:lang="en">
          <b>List of additional messages to be generated from this document</b>
          <br />
                        R = Invoice to the endconsumer<br />
                        L = delivery note<br />
                        A = Address label<br />
                        #..# = All combinations from above possible<br /></xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
XML Einrichten Version 1.3